Merged
Conversation
- 添加缺失的 await 关键字 (ai_coordinator.py) - 解耦预注册与摘要启用状态 (client.py) - 保存后台任务引用防止 GC (client.py) - 修复 inflight_summary_enabled 默认值 (prompts.py, README.md) - 添加文件系统遍历深度限制 (agent_tool_registry.py) - 删除无意义的 model 变量代码 (ai_draw_one/handler.py) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
测试 _find_skills_root 方法的文件系统遍历深度限制功能 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
彩蛋通过 sender.send_group_message 发送时会触发 _mark_message_sent_this_turn,导致 end 工具的"未发消息则拒绝" 检查被绕过。给发送链加 mark_sent 参数,彩蛋调用时传 False。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 取消自动初始化docker容器 - 移入单文件发送工具
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
将 _inject_inflight_tasks 的检查标志从 inflight_summary_enabled 改为 inflight_pre_register_enabled,使注入逻辑与预注册逻辑保持一致。 这样预注册功能才能真正防止重复任务。 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- 添加名字相关信息(Undefined/undf/udf/心理委员) - 明确分条发送规则(独立消息、避免换行堆砌) - 添加知识查证原则(冷门内容必须先搜索) - 说明工具调用提示彩蛋功能 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
主要改动
Bug 修复
功能优化
测试
文件变更